Equity Guardian
-
Hello Everyone,
According to this Question https://fxdreema.com/forum/topic/6480/stop-losable-positions-at-1-of-equity
and this example https://fxdreema.com/shared/hAf4ddrDd
How to get this condition block Adjust Field inserts (*0.962)
Into the Inputs (EA input parameter) correctly ?
Data Type? free or string or what.
Can anyone make an example for Cut loss Amount Total Money 400 with check profit unrealized period of time block
For Daily Loss Amount Control (strategy tester) Prop Firms
aditionally please?And then turn of blocks instead of terminate and turn on when new day (prop firm Count Cycle) starts.

with time filter block or so -
take the * out of the constant, add this to adjust field: Cut_loss_percentage and save as double type
-
Thank you very much
-
Hello again,
Could you also answer the nearly same question please according to this project? https://fxdreema.com/shared/aAWvcOlOd
-
@ScienceFictionEAs said in Equity Guardian:
Hello again,
Could you also answer the nearly same question please according to this project? https://fxdreema.com/shared/aAWvcOlOd

I would prefer to have an entry like 20% in the inputs so if you could tell me how this is possible would be very great.
Maybe I also can use the offset field. -
instead of 100.20% I did mean sorry
-
If the variable Distance_Percentage is 20% you should just be able to add 100% to it and then multiply. For convenance I would add another formula block or modify variables block, and just add 100% to the variable, then use it in the pending order.
-
Sorry can you Post an example please?
-
I can't edit your drawing correctly. But what you could do is something like this. Have your constant be 20% and then use a formula to add 100 and save it to a local variable. Now your variable contains the value 120. Use that in the buy/sell order.

-
Gorgious thank you very much