Trade Controller(lotsize+tp+sl)
-
hello.i want to put my orders manually.and i want to have a robot to calculate lotsizes for my trades and puts sl value and tp value too and put them automatically on these properties:
1-i put my order manually(buy or sell).THE ROBOT MUST NOT PUT ORDERS!!!
2- SL=3ATR in M30 = 6 USD or less(not more)
3- TP=1.2SL VALUE IN M30.
4-LOTSIZE must be calculated automatically according to SL value(=3*ATR=6 USD , wherever it is).very important point = ALL TRADES MUST BE PUT BY EQUAL MONEY IN SL VALUE.(6 usd or less near it)
if you can share the link for the sample project , it will be very better.i can not find the proper blocks for it.
thanks a lot.i used this but it is not working.i tested it.
-
Is lot size the only calculation to be executed? Are all those other values (TP, ATR, etc.) inserted manually?
-
SL is 3ATR and TP=1.2SL in M30
The point is the lotsize must be calculated exactly , that SL=(ABOUT)6 USD (For money management to be equal in all trades)
and when i put my trade the SL-TP-LOTSIZE Must be put according to all these properties.not the lotsize in the up left corner in MT4.and this is not working:
https://fxdreema.com/shared/yZCpnlcMd -
You used the wrong factors on the TP boxes. Firstly you need to select 'M30' in the timeframe display menu when clicking on TP's 'More settings' tab. By the wat, I would untick all boxes you ticked. I would sue Constants instead.. Then you need to select '*1.2' instead of '*6' as it is now.
-
i tried all settings.on the chart never works.this is the problem.i rewrote it as you said.but the market time is over now.please test it.
https://fxdreema.com/shared/8TnE4dKRb
if it is possible please write yours for me and share the link.thanks.
-
Block 1 is unnecessary. You can remove it. Whu dis you multuplu 31.2? It should be *1.2 only according to your specifications.