Thank a lot I will try.
Posts made by Gannyyo8
-
RE: How to look back and identify the 1st hour of the previous day ?posted in Questions & Answers
-
How to look back and identify the 1st hour of the previous day ?posted in Questions & Answers
Hi every one please help.
I try to search but not exactly found the method.Example: For now not specific time. I need to get OHLC price level of 1st candle of previous day (plan to use Day CandleID to identify date want to look back) but I cant' identify the 1st hour bar of the Day candleID.
try to use hour filter but that mean we can limit the period that allow EA work some command. can't use to look back. please advise.
-
RE: Trendline by wickposted in Questions & Answers
Thank a lot.
now I can draw line from highest high to lowest high of zigzag for look back xxx bar.
I will try to use loop for another check to repaint line for the strategy also. -
RE: Trendline by wickposted in Questions & Answers
@bk7 in case need to loop check for highest to lowest
-
RE: Trendline by wickposted in Questions & Answers
Exsample
I focus M15 zigzag 500 bar saw it made the downtrend structure
1st I draw line from wick of Higher High to Lower High but it have some candle overstep the line
2nd I need to detect some candle that overstep the line and re-pin the point of line to the highest wick (on 1st line) that according to rulehow can I make the loop for check that? this is my idea. pls suggest
-
RE: Trendline by wickposted in Questions & Answers
@bk7 said in Trendline by wick:
me it could also look like
I think we can add number of look back bar and Timeframe for scope area of focus strategy also
-
RE: Trendline by wickposted in Questions & Answers
sorry my bad ENG. I want to draw a trend line (in case downtrend) from wick to wick but by the highest wick I can that not made any thing overstep the line
-
Trendline by wickposted in Questions & Answers
Hi can any one pls help.
I have to draw trendline by the wick of candle and for the strategy not allow any wick or candle overstep the trendline for correct angle.
I use zigzag for pin the point for trendline but sometime have any candle overstep the trendline
If between low0 and low1 was candle overstep trendline how can I detect and re-paint new trendline with new point to that wick
for manual draw it very simple trendline but for EA logic any one have idea pls help.Thank you

-
RE: Important - trailing profits and stops - It is possible?posted in Questions & Answers
I try to use modify stop loop for traling stop level to defend my profit and have question please advice.

- I can't set it trailing my SL to be 20 point distance from current price it seem limit at 100 point?
otherwise when my trade is correct moment move >= 25point of profit I need to set SL to 5 point distant from current price. how can I do it? - when I use reference price as current price to modify stop the modify stop trailing SL level even price move up (in this case is sell order) I just need it trailing down with reference the current price to defense profit pleases advice
ps. sorry my poor English
- I can't set it trailing my SL to be 20 point distance from current price it seem limit at 100 point?
-
How to detect and calculate with next Timeframe?posted in Questions & Answers
Hi appreciate any one can help.
How to detect and calculate with next Timeframe?
Ex. I have to check STO cross 3TF combination
If I run EA on M15 Chart so need to use condition check with next TF like M30 and 1H also
or Run on M1 need to use M15 and M30 also
how can EA check condition with the next TF by need not to manual fill or fix timeframe.Thank you
-
Export mq4 ?posted in Questions & Answers
I just newbie for fxdreema, I test some logic but can't export mq4. how can I test it working coding.
