@gtoat777 i do, EA help you avoid staring chart all day, do some silly act
Posts made by haidang8055
-
RE: Do you use your EA for live trading?posted in Questions & Answers
-
RE: How can I create condition trade with cross above or cross belowposted in Questions & Answers
@l-andorrà I see, how to create condition that only one trade after KiJun cross span B, and during KiJun is above Span B, when KiJun is cross below span B and during it is under I start to find one new trade (sell)
I mean only one trade for up, only one trade for below -
RE: How can I create condition trade with cross above or cross belowposted in Questions & Answers
@l-andorrà 
i want to open 1 trade (green V), it is firt time matching other conditions after condition (KiJun cross up Span B line) is right, i dont want to open trade anymore (red X). I hope you can understand what i need -
RE: How can I create condition trade with cross above or cross belowposted in Questions & Answers
@l-andorrà first of all thank you a lot for supporting, i think BLOCK 3 - boolean value have to be EQUAL true (not above)
it is working but i wonder i just want to open ONLY FIRST trade (BUY) when condition (KiJun cross above Span B appearing) is right, no more BUY trade until KiJun cross below SpanB. Then KiJun cross below Span B appearing i also want to open ONLY FIRST trade - SELL.
as your example, it opens alot trade when KiJun cross above Span B appearing. -
How can I create condition trade with cross above or cross belowposted in Questions & Answers
I don’t know how to create loop cross above or below firstly
Ex: condition 1- Kijun line cross above/below span B line
If condition 1 is right then check all other conditions (trade is not opened at moment when kijun cross span B)
If condition 1 is wrong, it out and look for another cross above/below firstly
Someone help me if you experience, thank a lot
Sorry about my English -
RE: Trailing Stopsposted in Questions & Answers
@l-andorrà said in Trailing Stops:
You can select as many different timeframes within your EA as you
sorry because of my bad english, i mean i want to change SL, breakeven, lotsize... in 1 EA for 2 timeframes. is it possible by using Globle variables?
ex: M15, SL is 10 pips; breakeven is 11 pips
H1 SL is 20pips, breakeven is 22 pips
actually 2 EA
or how can i change value in Internal calculation EA? -
RE: Trailing Stopsposted in Questions & Answers
@l-andorrà i rent a VPS for runing robot with timeframe h1 and m15, so i need 2 differrent value for 2 timeframe, could i fix value by using Global variables?
-
Global variablesposted in Questions & Answers
Could someone tell me how to change value in global variables?
I press F3, set new value but when I close after changing then open Global variable again, the new value be previous ones (value is be set in Terminal variables) -
check loss of last 24 Hposted in Questions & Answers
@maurysvva could you create something to handle this? i need it too
-
RE: Trailing Stopsposted in Questions & Answers
@l-andorrà thank you alot, it works when i seperate them and set them under PASS block. could you tell me more about Terminal variables, how can i set value when i press F3 to go to Global Variables.
I want to set new value for EA -
RE: Weekday Filtersposted in Tutorials by Users
@doperthancereal said in Weekday Filters:
ouble check they are right for you. T
i wonder why Friday hour from is 22:00 and hour end is 05:00 in bock HOUR FILTER before OR block, Friday hour from is 20:00 and hour end is 05:00 in bock HOUR FILTER before CLOSE TRADES block, explain please thanks alot
-
RE: GlobalVariableSet - how to?posted in Questions & Answers
@l-andorrà said in GlobalVariableSet - how to?:
Terminal variable to communicate to another device
i think i need this -
RE: Trailing Stopsposted in Questions & Answers
@l-andorrà 0_1603523140469_fxdreema check adx.ex4
please check and tell me how to fix, i need breakeven and trailing ,when DI+ crossover DI- (or vice versa) it close the trade
-
RE: GlobalVariableSet - how to?posted in Questions & Answers
@l-andorrà I need to change value in global variables. Fxdreema help said that I can see and change value when using terminal variables but when I press F3 change value then close, I press f3 to open again the changed value have been gone,
-
GlobalVariableSet - how to?posted in Questions & Answers
@fxdreema i created a EA with terminal variables block. then i add my EA to chart, press F3 to use Global variable, i can change value but when i press CLOSE button and F3 again, the value is not changed value, it is value that i have chosen in terminal variables block of EA. i dont understand and wonder how to change value when use Global variable to run EA with new value
-
Trailing Stopsposted in Questions & Answers
i have a problem with trailing SL, please help
i want to close trade with DI+ and DI- (ADX crossover), while trailing SL is running.
but it is only trailing SL, it does not close trade when DI+ crossover DI- (if i set trailing block upper adx condition block) and vice versa