| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (2) | Thread Tools | Display Modes |
|
||||
|
Is this part of my setup guide doing what i want it to do?
PHP Code:
I've been pushed in coding, but i'm not that good at editing it when i know some of the problems are going to be because it's not a complete ea, if anyone spots any errors in it, please please, please let me know! Thanks for all the help! ![]()
__________________
"One's ability to accomplish his or her goals is limited only by the ingenuity of how one uses what he or she already knows."- Eaglehawk ![]() ![]() REMEMBER, "Genius is nothing but a greater aptitude for patience." –Benjamin Franklin ![]() ![]() ____________________________________ Have a simple ea you just can't figure out how to code??? Odds are you can make it here. Just remember to push complete when you're done, NOT SAVE!!! http://sufx.core.t3-ism.net/ExpertAdvisorBuilder Last edited by Eaglehawk; 10-21-2006 at 06:37 PM. |
|
||||
|
thanks to all you have have givin assistance i now have completed a successfull cusion for interbankfx's non-working days, here are the codes i have used to complete the transfer.
i've posted all three codes used, and i would post the results on this one, but there wasn't enough room, so they'll be on the next one
__________________
"One's ability to accomplish his or her goals is limited only by the ingenuity of how one uses what he or she already knows."- Eaglehawk ![]() ![]() REMEMBER, "Genius is nothing but a greater aptitude for patience." –Benjamin Franklin ![]() ![]() ____________________________________ Have a simple ea you just can't figure out how to code??? Odds are you can make it here. Just remember to push complete when you're done, NOT SAVE!!! http://sufx.core.t3-ism.net/ExpertAdvisorBuilder Last edited by Eaglehawk; 10-21-2006 at 06:36 PM. |
|
||||
|
here are the results for the before an after
__________________
"One's ability to accomplish his or her goals is limited only by the ingenuity of how one uses what he or she already knows."- Eaglehawk ![]() ![]() REMEMBER, "Genius is nothing but a greater aptitude for patience." –Benjamin Franklin ![]() ![]() ____________________________________ Have a simple ea you just can't figure out how to code??? Odds are you can make it here. Just remember to push complete when you're done, NOT SAVE!!! http://sufx.core.t3-ism.net/ExpertAdvisorBuilder Last edited by Eaglehawk; 10-21-2006 at 06:36 PM. |
|
|||
|
weekly stop/target
I am trying to add a weekly stop/target to my EA. Here is what I am trying to do...starting on Sunday begin calculating profits/loss's for the week, once a certain level is reached trading will be stopped until Fridays Close/sundays open, then the P&L will be reset.
Also if the EA is started in the middle of the week it will need to know the P&L since Sunday. |
|
||||
|
Quote:
Sounds like Profit Locking Feature I ask about before.... There is such a great need for this.... |
|
|||
|
I am trying to calculate a pivot point starting at 22:00, at this time it needs to look for the high and low since midnight (00:00) and the close at 22:00. I also would like know this value at any given time. For some reason what I am using below is not working, it stays 0 until 22:00, then if the EA is reloaded it resets to 0 again. Can someone please help?
//--------Calculate P1 Pivot--------// double LookBackHour1, LookBack1 ; static double P1, dHigh1, dLow1, dClose1 ; if(TimeHour(CurTime())==22 && TimeMinute(CurTime())==0) { LookBackHour1 = 22; LookBack1 = MathCeil((22*60)/Period()); dHigh1 = iHigh(NULL, 0, Highest(NULL,0,MODE_HIGH,LookBack1)); dLow1 = iLow(NULL, 0, Lowest(NULL,0, MODE_LOW,LookBack1)); dClose1 = Close[0] ; P1 = (dHigh1 + dLow1 + dClose1)/3; } |
|
|||
|
universal MA cross EA
UniversalMACrossEA
http://www.forex-tsd.com/attachments...4?d=1151060077 This EA is missing one Crucial Major feature...opening More than 1 buy or sell at a time. This is important for money management. Setting the TP,SL on two different Buys or sells. Then close one or both when the MA crosses in the other direction and open the BUYs/Sells in the opposite direction. This is a GURU EA along with a couple other people who modified it. I am only half way decent with reading MQ code and modifying it, but if somebody could point me in the right direction..I'll try to modify it myself! THANKS |
![]() |
| Bookmarks |
| Tags |
| histogram, forex, ZUP_v1.mq4 |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/questions/270-ask.html
|
||||
| Posted By | For | Type | Date | |
| OzFx System:) - Page 639 | This thread | Refback | 06-21-2008 10:53 PM | |
| Forex SRDC Sidus Sibkis EA MT4 Forum OTCSmart | This thread | Refback | 12-08-2007 12:46 PM | |