gbaladi / opening-reversal

Trade system released by the channel Outspoken Market

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opening reversal

Trade system released by the channel Outspoken Market: https://www.youtube.com/watch?v=tR4X9uM7QLA&t=343s

Leandro's blog post: https://www.outspokenmarket.com/

The strategy consists of:

  • If the previous candle is bearish, and the current one goes up breaking the previous day's opening, buy at disruption.

  • If the previous candle is bullish, and the current one falls breaking the previous day’s opening, selling on disruption.

image

The results of the simulations with the above parameters were as follows:

image

Tipo de ordem:

  • ORDER_FILLING_FOK = If you have 10 contracts, he will only execute the order if he can get the 10 contracts.

  • ORDER_FILLING_IOC = If you have 10 contracts and can only buy 5, you buy the 5.

  • ORDER_FILLING_RETURN = If you have 10 contracts and you can only buy 5, you buy the 5 and so you can buy the other 5.

Desvio máximo de pontos de entrada: If the order has to be shipped in 100, it will still be executed 5 points above or below.

Pontos gatilho: Adds the number entered to the current market value, it is used if you want to advance or delay operations.

Help Maintenance

I've been maintaining quite many repos these days and burning out slowly. If you could help me cheer up, buying me a cup of coffee will make my life really happy and get much energy out of it.

Buy Me A Coffee

About

Trade system released by the channel Outspoken Market


Languages

Language:MQL5 100.0%