| 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 | Thread Tools | Display Modes |
|
||||
|
how do you know which rings are associated with which colored lines or is this a wrong question?
Quote:
|
|
||||
|
Mini Live Acc
Hi.
Just a quick one on the EA Code I want to run this on a Live account data feed so I am using a mini account Should this segment string pairs[14][3]={ "EURJPY","EURAUD","AUDJPY",//1 d "EURJPY","EURCHF","CHFJPY",//6 h, inv "EURJPY","EURGBP","GBPJPY",//12 inv "EURJPY","EURUSD","USDJPY",//14 "AUDJPY","AUDUSD","USDJPY",//2 d "EURUSD","EURAUD","AUDUSD",//3 d "EURUSD","EURGBP","GBPUSD",//13 "USDJPY","USDCHF","CHFJPY",//8 "GBPJPY","GBPCHF","CHFJPY",//7 inv "GBPJPY","GBPUSD","USDJPY",//14 "EURCAD","EURUSD","USDCAD",//9 inv "EURCHF","EURGBP","GBPCHF",//10 inv "EURCHF","EURUSD","USDCHF",//11 inv "GBPCHF","GBPUSD","USDCHF",//15 }; be changed to string pairs[14][3]={ "EURJPYm","EURAUDm","AUDJPYm",//1 d "EURJPYm","EURCHFm","CHFJPYm",//6 h, inv "EURJPYm","EURGBPm","GBPJPYm",//12 inv "EURJPYm","EURUSDm","USDJPYm",//14 "AUDJPYm","AUDUSDm","USDJPYm",//2 d "EURUSDm","EURAUDm","AUDUSDm",//3 d "EURUSDm","EURGBPm","GBPUSDm",//13 "USDJPYm","USDCHFm","CHFJPYm",//8 "GBPJPYm","GBPCHFm","CHFJPYm",//7 inv "GBPJPYm","GBPUSDm","USDJPYm",//14 "EURCADm","EURUSDm","USDCADm",//9 inv "EURCHFm","EURGBPm","GBPCHFm",//10 inv "EURCHFm","EURUSDm","USDCHFm",//11 inv "GBPCHFm","GBPUSDm","USDCHFm",//15 }; I know some EA's require the "m" for mini accounts. So do I just change the code and recompile. Please advise
__________________
Safe Trades the source |
|
||||
|
Quote:
1. This is an EA but is the intention that it can be used like an indicator? 2. I loaded it into expert and at the moment it shows 3 lines on E/U around 1.3137, will these lines move to show the proposed target for the price? 3. in the info it talks about entry and exit lines, but my 3 lines are grouped together as attached is this correct? |
|
||||
|
You will need to zoom your chart to M1. This is an extremely short term indicator.
Here is an updated version that comments the ring and its corresponding color.
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein |
|
||||
|
Quote:
PHP Code:
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein |
|
||||
|
Quote:
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MTF Price | keris2112 | Indicators - Metatrader 4 | 17 | 02-03-2008 04:47 PM |
| Price System | Kurka Fund | Expert Advisors - Metatrader 4 | 0 | 11-18-2006 07:14 PM |
| Price | EACAN | Questions | 4 | 06-23-2006 09:27 AM |
| Time and price | newdigital | Expert Advisors - Metatrader 4 | 0 | 12-27-2005 01:05 PM |