|
|||||||
| 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 |
|
||||
|
Hi,
can you give us more code (inputs and so on), because I think this formula has a mistake?
__________________
Let's improve trade skills together http://finance.groups.yahoo.com/group/TrendLaboratory |
|
|||
|
Quote:
if(mov(zig(4,c),4,e) - mov(zig(9,c),7,e) Last edited by viktoriwan : 06-12-2006 at 05:20 PM. |
|
|||
|
Hello all, I would like to ask your help to translate this piece of code into MQ4:
Ref(Mov(CLOSE,CY1,S),CY1/2)+M1*ATR(CY1); this code is a section of Hurst Channel for Metastock platform, now I try to translate to MT4 language, please help. thanks a lot Jon |
|
|||
|
pretty easy MT4 indicator code question
Maybe this will get more views in this section
i have two simple questions i think.. how can i make the heiken ashi Candles be thickness of 5 by default instead of 3? everytime i bring up a new chart they go back to 3. Also, how can i make a mark above or below the candle depending on an RSI indicator of a certain period (being above or below a constant) I understand some about programming but don't know the syntax of this...so act like i know nothing i did just use the Indicator Wizard in MT4..that gets a good start. PS that expert advisor builder is NICE, is there and INDICATOR builder too? that would be amazing SKor Last edited by skorcht : 06-14-2006 at 03:46 PM. |
|
|||
|
I assume this is for the HEIKEN issue..
I'll try it out Thanks FROZONE what's crazy is that I assumed that the 5's were the default thickness in the original code (they were 1's and 3's) so i changed the 3's to 5's and restarted and it didn't work for some reason. It Works now. Thanks Now i get the arrow to pop up based on RSI and i'll be happy (have to color those candles based on another value but that's a later step) Last edited by skorcht : 06-15-2006 at 02:50 AM. |
|
|||
|
Tradestation time filter code explanation help
Hi,
I am looking at a tradestation time filter code and since i never use tradestation before, i am not very sure about it. Anyone who has experienced with it can clarify it? inputs: time_offset(0), {EST Time} begin_time(800), end_time(1600); if time >=begin_time + time_offset and time <=end_time + time_offset then begin Is this time filter code saying trade will be initiated from 8.00 am - 4.00 pm EST time? Thanks for helping. |
|
|||
|
The offset number of -100 is to be used when the data is in say Central Stand. You have to figure that one out.
As for the logic, it says if it is between 800 hrs and 1600 hrs, then begin to do something... like monitor for a certain set up. Hope this helps. Maji |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to code this? | iscuba11 | Metatrader 4 mql 4 - Development course | 1 | 08-03-2007 04:22 PM |