@miki Thank you for your clear explanation.
Latest posts made by notoriusfx
-
RE: What is the meaning of P1, P2 ecc in the blocksposted in Questions & Answers
-
What is the meaning of P1, P2 ecc in the blocksposted in Questions & Answers
Hi,
I would like to know the meaning of P1, P2 ecc. that I see in the blocks when I click on Variable tab. How can I use them?

-
Write to a file - How to write buy or sell operationposted in Questions & Answers
Hi,
I need to write in csv file in a column the kind of operation has been opened: buy or sell. It is all this morning that I am trying to find the solution but unsuccesfully. Thanks in advance to anybody can help me. -
Lot size problem in backtesting with Dukascopy historical dataposted in Questions & Answers
I am testing a new EA using Dukascopy historical data. The EA is set up to open a trade with fixed volume of 0.01 lot (microlot), but if run the backtest in the journal appear this message
2019.04.27 10:37:05.039 2019.02.05 00:42:48 Stra_ABO1SHOT_V5 AUDJPY,H4: Alert: You want to trade 0.0 lot, but your broker's minimum is 0.01 lot. The trade/order will continue with 0.01 lot instead of 0.0 lot. The same rule will be applied for next trades/orders with desired lot size lower than the minimum. You will not see this message again until you restart the program.
Is not a broker problem. How can I solve this problem? -
RE: Change stop loss after 1 candleposted in Questions & Answers
@fxdreema I just want it once. I need to do it after 1 candle because I am working on a swing strategy based on cross on ATR. After a candle that breaks certain levels of ATR I realized that volatility, in some case, i still high. So, I would like to keep high stop loss on the first candle and after that reduce the SL to a more profitable level
-
RE: Change stop loss after 1 candleposted in Questions & Answers
@josecortesllobat Thanks for suggestion I will try it
-
Change stop loss after 1 candleposted in Questions & Answers
Hi I would like to change the stop loss after the 1st candle is completed since the moment I opened a trade. I tried to understand "Counter: pass"n" times" but I do not know what times stands for.
Thanks.