Question on Breakeven and then start Trailing stop
-
1 st candle crossing means when candle id 2 is closing buy entry should not there. entry should happen when next candle(id 1) or can say market properties cross above 1 pips from candle id 2 high, buy should here.
yes using the same but the result are differ sometime from same file -
@l-andorrà I have done corrcetion as told by you in my EA but after this buy/sell is not occuring at right place as per my condition.
As per condition should buy when market properties cross above 1 pips from the candle 1 high (hammer) but not doing like this so stoploss hitting again n again and same for sell just sharing project link. Please look my project this is my last and important ea should complete anyhow. Please help.
whatever my condition on which I want enter in market already shared with images.
https://fxdreema.com/shared/b4Np9kuqc -
@Suraj0544 You didn't specify the object to be considered on any 'For each object' block!!! You need to tell the block which object is supposed to be used there.
-

-
Is above setting ''for each object'' is correct or not please suggest
In filter by type setting (object type-- I have selected Horizontal line) because I have drawn horizontal line for high, low,closing
In arrow type-----what I should select or no need to select
Name contains------I should write name whatever I draw on chart or no need to select
LOOP direction-----what should select
ANY OTHER SETTING IF MISSING PLEASE GUIDE -
And please also check the position of check distance block is correct or need to change with its setting.
-
@Suraj0544 This is not what can be seen on your linked project:

Are you sure you provided the latest version?
-
@Suraj0544 said in Question on Breakeven and then start Trailing stop:

also fill "name prefix is like..."
-
@l-andorrà Yes boss You are right.whatever I shared project link previously, in that project in''each object'' block setting input I was done nothing, after that when you told me to change setting ''for each object'' block, I changed setting as per you and shared only its image to check the setting only .Thats image setting ''for each object'' block is correct or something need to change please guide.after your confirmation I will update this same setting in my project.
-
Suppose in first tree of EA if I used previous day low, in buy side, then I will write its name whatever I given its name- I given name ''LOW''(name contain) so, in image what I shared for each object block setting I have written LOW, and if LOW and High both are used for same buy side , Then I should write LOW,HIGH in name contains --------Please suggest and rest setting also suggest with image Please
-
Please reply boss
-
I have query that how I will find candle volume in mt5.Have to make ea on candle volume.
second query is that If I want to operate algo trading by android mobile means algo trading off/on can do by mobile, is it possible or not. suppose I make ea and linked with real account in mt4/5 and algo trading is on through laptop and ea working and if profit is done for that day and I have to off my algo then I can off my algo by mobile or not. -
Sorry, I missed your last posts. Can you please share the last version of your current project?
-
Definitivamente es necesario ver como va la ultima version de tu Proyecto para comprender mejor lo que dices
-
https://fxdreema.com/shared/MFk0zmB4d
This is the link of my project. we were discussing about ''for each object'' block. as you told that this block should add between condition block and single candle templete and I added this in each tree of EA. only its internal setting was pending that time. I am just sharing this block setting as I corrected in my EA only in first tree to show you wheather its setting is correct or not, if correct I will do same in each tree, if wrong I will update.so please see and guide us.
And also check the position of check distance block in each tree is right or wrong.
Suraj0544 9 days agoFOR EACH OBJECT BLOCK--------------Suppose in first tree of EA if I used previous day low, in buy side, then I will write its name , I given its name- ''LOW''(name contain) so, in image what I shared for each object block setting I have written LOW, and if LOW and High both are used for same buy side , Then I should write LOW,HIGH in name contains --------Please suggest and rest setting also suggest with image Please
-

-
OTHER THEN PREVIOUS EA, ISSUE IS THAT 1-- how I will find candle volume in mt5.Have to make ea on candle volume.
2--second query is that If I want to operate algo trading by android mobile means algo trading off/on can do by mobile, is it possible or not. suppose I make ea and linked with real account in mt4/5 and algo trading is on through laptop and ea working and if profit is done for that day and I have to off my algo then I can off my algo by mobile or not. -
@Suraj0544 Your logic is correct now. It should be replicated on all other trees now.
-
https://fxdreema.com/shared/WRGQR0kN
Now all working, only 2 thing not working
1- sell/buy entry should occur when market properties (current price) crossabove/crossbelow to the candle id 1 high/low half pips(half pips means 2600 to 2600.5) and I already added a condition block in each tree but its not working.
2- check distance, for this also added a block of check distance.( hammer should occur above/below 1 pips to the object on chart (1 pips means 2600 to 2601) in few condition but not working. -
Issue for new project 1-- how I will find candle volume in mt5. I Have to make ea on candle volume.(CANDLE ID 2 crossabove 9 EMA and candle id 1 close above id 2 close and candle id 1 volume should be greater than id 2 volume-------buy viceversa for sell
2--second query is that If I want to operate algo trading by android mobile means algo trading off/on can do by mobile, is it possible or not. suppose I make ea and linked with real account in mt4/5 and algo trading is on through laptop and ea working and if profit is done for that day and I have to off my algo then I can off my algo by mobile or not.