- Search Energy EXCH
-
Oksana17 replied Jul 28, 2008Hi, Yep, I've always thought it would help others a lot. Regards, Dan.
"EASY" EA-Trading made easier
-
"EASY" EA-Trading made easier
Started Jul 28, 2008|Recycle Bin|189 replies
Hello all, just putting it out there, it is quite difficult to reach me anywhere except ...
-
Oksana17 replied Jul 26, 2008everybody has an exiting problem, and an entering problem. No one is correct.
Profit Taking Indicator?
-
Oksana17 replied Jul 26, 2008I don't think he means in the "coding" way. You can also press CTLR+B, and then select the text, and press "Edit"(whene there is already a text on the chart).
how to increase the font size on a chart?
-
Oksana17 replied Jul 25, 2008This is what mostly everyone does, I think. I see no system here. All I see is buy, and let profit run. Where are the rules?
Do you set a breakeven stoploss?
-
Oksana17 replied Jul 24, 2008Yes, don't miss out on any parameter, most of the time. I'm glad you've figured it out.
help with iStochastic MTF
-
Oksana17 replied Jul 24, 2008The first friday it tests which hour is last on friday, and it trades the next friday and so on. Just use Global Variables to remember which hour closes on friday. Warm regards, Dan.
Determine Friday close in an EA?
-
Oksana17 replied Jul 24, 2008Your'e not paying attention to HourHour. if(DayOfWeek()==0 && HourHour>0)Got=true; I've coded this to be complicated, but not wordy. I like coding something that takes up the least space, for less confusion. That's my coding syle. Dan.
Determine Friday close in an EA?
-
Oksana17 replied Jul 24, 2008First you need to test ALL of the hours on friday before making a trade, to know which is the last hour on friday. Then, when it is sunday, and it tested which hour is last, it makes got=true, and then if got=true, and day is 5, and hour is ...
Determine Friday close in an EA?
-
Oksana17 replied Jul 24, 2008Hi, I think you can get the data of a mtfstochastic from iCustom. Try it. Warm regards, Dan.
help with iStochastic MTF
-
Oksana17 replied Jul 24, 2008Hi, You would have to use ArrayCopySeries() my friend. Just think about it very good, and I hope you everything goes well with you. Dan.
help with iStochastic MTF
-
Oksana17 replied Jul 24, 2008No, it closes on Friday. Read the code more carefully. Dan.
Determine Friday close in an EA?
-
Oksana17 replied Jul 23, 2008Just do this: //-Parameters- extern int HourHour=-1; extern bool Got; //-Code- if(DayOfWeek()==5 && Hour()>HourHour)HourHour=Hour(); if(DayOfWeek()==0 && HourHour>0)Got=true; if(Got && DayOfWeek()==5 && Hour()==HourHour && Minute()>=55)CloseAll(); ...
Determine Friday close in an EA?
-
Oksana17 replied Jul 23, 2008I did code it, until I didn't need it anymore. So I deleted it. I would code it again, but it isn't that fast and simple to code.
Move SL by moving an object (Trendline)?
-
Oksana17 replied Jul 22, 2008Yeah, I have made one some time ago. You drag a horizontal line, and name it buystop, sellstop, buylimit, or selllimit. And once that line is hit, it executes the trade, and automatically sets a default stoploss and takeprofit by creating 2 ...
Move SL by moving an object (Trendline)?
-
Oksana17 replied Jun 24, 2008If any of us had an EA that worked on any currency pair, then we would not be here.
Hedge Expert Advisor!