| 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 (1) | Thread Tools | Display Modes |
|
|||
|
michel you are very kind and i've understood what you wrote, but still not working, and i really don't understand why.....
i've declared IndicatorName1= "braintrend1" ok.... and then PHP Code:
i tried and tried also with only the condition braintrend1stop>0 and still having fuzzy results..... it makes me really worry!!!! can u help me out??? here is the code i ve started to modify, can u peek at it and say why it s so wrong??? |
|
|||
|
Quote:
FerruFx
__________________
THE HEART of FOREX & THE PROBABILITY METER - Trade with 100% confidence and ... Stress Less!!! Coding services: Experts Advisors, indicators, alerts, etc ... more info by PM NEW: video presentation of the Probability Meter ... 24hrs action on the website |
|
|||
|
Price + London time + breakout PO
Hey. i need some one to code this EA
a breakout strategy which show buy and sell position..(PO order) Example: Let say the current price for GJ is 203.00 on london time automatically the EA will run and post signal 204.00 for buy and 202.00 for sell (with stoploss 50pip) same to if price open 200.00 on london time and the indicator will show 2001.00 for buy and 199.00 for sell... Please code this kind of indicator,, Regards Forexbachok |
|
||||
|
Quote:
Question: is it possible to get a comment into the EA ? i wanna see in the end of the week which EA does what on my statement... thank you for the help @FerruFx - is it possible to get an EA with a moneymanagment strategy (multi-entry and multi-exit-conditions) from you ? (price...?) greetz clarc
__________________
....::::Sten's FX Trading Journal::::.... |
|
|||
|
Quote:
FerruFx
__________________
THE HEART of FOREX & THE PROBABILITY METER - Trade with 100% confidence and ... Stress Less!!! Coding services: Experts Advisors, indicators, alerts, etc ... more info by PM NEW: video presentation of the Probability Meter ... 24hrs action on the website |
|
|||
|
pls help me.....
how to code... scan profit or floating in one OP.... exampel : buy GU 1.9567... price go to 1.9547 that mean -20pip if -20pip... then OP SELL tp 20.... after sell TP... close buy GU 1.9567... thats all...... thks... |
|
|||
|
move tp and sl...
hello, i need some help regarding the mt4 programming, hope friends in here can help me...
---------- Int StopLoss = 20; // 1st ticket OrderSend(Symbol(),OP_BUY,Lot,Ask,3,Ask-StopLoss*Point,Ask+15*Point, “buy”,MagicNumber,0,Aqua);OrderTime = Time[0]; // 2nd ticket OrderSend(Symbol(),OP_BUY,Lot,Ask,3,Ask-StopLoss*Point,Ask+30*Point, “buy”,MagicNumber,0,Aqua);OrderTime = Time[0]; // 3rd ticket OrderSend(Symbol(),OP_BUY,Lot,Ask,3,Ask-StopLoss*Point,Ask+100*Point, “buy”,MagicNumber,0,Aqua);OrderTime = Time[0]; -------- Let say from above programming, three tickets were open in a same time, 1. If 1st ticket profit, how to add program/modify StopLoss for 2nd and 3rd ticket at open price? 2. If 2nd ticket profit, how to add program/modify StopLoss for 3rd ticket at 1st target profit? 3. How to program to calculate the profit of all ticket after the trades are closed?
__________________
-------------- |
|
|||
|
how to include a file.txt in an mq4 file ??
Hi everybody
I've got a file (var.txt) with some variables //************var.txt*********************// double high_d1 = iHigh(NULL, PERIOD_D1, Current + 0); double low_d1 = iLow(NULL, PERIOD_D1, Current + 0); double highp1_d1 = iHigh(NULL, PERIOD_D1, Current + 1); double lowp1_d1 = iLow(NULL, PERIOD_D1, Current + 1); double sto14 = iStochastic(NULL, 0, 14, 3, 5, MODE_EMA, 0, MODE_MAIN, Current + 0); double sto14s = iStochastic(NULL, 0, 14, 3, 5, MODE_EMA, 0, MODE_SIGNAL, Current + 0); double sar = iSAR(NULL, 0, 0.02, 0.2, Current + 0); double open = iOpen(NULL, 0, Current + 0); double close = iClose(NULL, 0, Current + 0); //*******************************// and I want to put this file in an mq4 file (test.mq4) with the fonction "include" like this #include <var.txt> But the programm return this message : " #include <var.txt> cannot open the programm file" Is it possible to do that ? and how? Thanks in advance for your help!! |
![]() |
| Bookmarks |
| Tags |
| CHinGsMAroonCLK, I_XO_A_H |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-programming/554-how-code.html
|
||||
| Posted By | For | Type | Date | |
| Need an experienced programmer? - Page 2 | Post #0 | Refback | 09-24-2008 06:24 AM | |
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 |