|
|||||||
| 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 |
|
|||
|
I need a script that compare between two prices and finds which one is higher.
for example: Code:
int a1, a2;
a1=1.1111;
a2=1.1112;
if(a1<a2)
{
Print("OK");
}
I need to compare the full number with the decimal number. I hope you understand what I mean, and help me. ![]() |
|
|||
|
How to force the start() function to run
Hello,
In an EA, the start() function will be run only if the pair price of attached chart change. I'd like to know whether it can be run without waiting the price change. Thanks in advance. -erkao |
|
|||
|
hi Coders' Guru i was wonering if you could help me. i have this indicator that exports intraday data into eod data format. the only thing is it has a "date","time","open","high","low","close". and the program i want to use it for uses yahoo csv file format (date,open,high,low,close), i tried everything to remove the "time" column but i can't figure it out. if you could take a look at it and help me out i would really apprecciate it. also the program i want to use(refined eliot trader) is weird. it can tell the differance between a regular .csv file and a .csv file downloaded from yahoo ( probably because the date in the yahoo file is YYYY-MM-DD format and the indicator is in YYYMMDD format. but that isn't a big problem if i just delete all the files and only have one file at a time. if you have time please take a look at it for me.. thanks so much
DID IT.... thanks anyway guys Last edited by kidhudi : 05-15-2007 at 02:27 AM. |
![]() |
| 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 09:53 PM |
| Forex SRDC Sidus Sibkis EA MT4 Forum OTCSmart | This thread | Refback | 12-08-2007 11:46 AM |