@l-andorrĂ thanks for your response - I figured it out later on.
Posts made by ShadowofZeus
-
RE: 1% per trade in Money Managementposted in Questions & Answers
-
1% per trade in Money Managementposted in Questions & Answers
HI Guys,
I want to program my EA to only use 1% of my equity when getting into a trade.My account has 430bux - its a micro account to test my EA. So far the platform is casting errors that the minimum lot size is 0.01 and Im attempting to place a trade of 0.0?? I dont get it as I can manually enter the trade with the same 1%?Kindly check my block code and advise if I made a mistake:

-
RE: How to code my simple systemposted in Questions & Answers
@ambrogio thanks for your response.
Yes I want that structure but I dont follow on the candle ID1 pointer you gave. Im a newbie
Regards,
Shadow
-
How to code my simple systemposted in Questions & Answers
Hello,
I'm shadow.
I am trying to code a system like this.
Check if there are any existing trades:
-> if there is, wait till its done
-> if not check the following conditions to enter a trade.Conditions:
For Buy:
->RSI > 52 AND the 6 EMA > 18 EMAFor Sell:
-> RSI < 48 AND the 6 EMA < 18EMACurrently i did this and not sure if this is correct. May you kindly assist?
