Job finished
Specification
Hi Eveyone,
Let me Explain my EA need
Entry/Exit logic very simple that just read previous candle colour -Green or Red and based on that green =buy or Red- sell happen
note: More Exact detail like until when we hold the order , etc when i select coder
With below features
EA Setting:
Trade Management:
1.Magic id: 1312 etc
2.Inverse trade: ON or off
Inverse ON mean
if EA buy order , it will check already sell order then close previous open position and open new buy order,
if EA sell order , it will check already buy order then close previous open position and open new sell order,
Note: if already buy or sell in same direction order come then it not execute order dual time. only execute opposite side like buy-sell , sell-buy, not buy-buy or sell-sell
Money Management:
1. Fix Lot Size : input 1 or any in number integer or even 0.5 Note: 0 to disable
2. Leverage: input 1 or any in number integer or even 0.5 note :0 to disable
Example: if i choose 3 its multiple 3 with my equity 10K example = 30K USD amount come as Leverage equity then lets say i attach with Nasdaq100 it see stock price 12000 then divide 30K leverage equity with price =Final lot come 2.5 to trade.
Risk Management:
1. Per trade SL in pips: input integer as pips , note =0 to disable if i enter 5000 its in pips for nasdaq and each time before entry in buy or sell it implement this Stop loss
2. Per Trade SL in % : input like 0.5 , note =0 to disable, basically its calculate price of nasdaq and find 0.5% and put Stop loss , and each time before entry in buy or sell it implement this Stop loss
3. Daily Risk in % : input like 1 or 2 or any integer it calculate equity amount and remember that loss maximum in day so if it reach by closed trade +open in same day it close open trade and disable Algo trade and enable next day Algo trading next day.
If u dont understand anything you free to chat
Thanks