hello
Any one with source code (mq4) of this indicator. BBands_Stop_v6 please share. Thanks
=
Any one with source code (mq4) of this indicator. BBands_Stop_v6 please share. Thanks
=
Attached File(s)
I will code your scalping EAs for no charge 55 replies
I will code your pivot EAs for no charge 20 replies
Need help to code EAs for MT4 and MT5 4 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} try this one. Not sure what its use. You can adjust two options to adjust candle position and distance. {file}Ignored
QuoteDisliked//+------------------------------------------------------------------+
//| GeraldHighLowV0R1.mq4 |
//| Copyright 2015, joseph.lee @ fs [dot] com [dot] my |
//| http://www.fs.com.my/ |
//+------------------------------------------------------------------+
#property copyright "Copyright 2015, joseph.lee @ fs [dot] com [dot] my"
#property link "http://www.fs.com.my/"
#property version "1.00"
#property strict
extern int viTimeOfDayStartHour = 3;
extern int viTimeOfDayEndHour = 9;
extern int viDaysToDraw = 10;
void OnTick() {
string vsGlobalDebug = "";
datetime vdCurrentDayStart = iTime(Symbol(), PERIOD_D1, 0); //Get Broker Today DateTime as of Midnight
ObjectsDeleteAll();
//---------------------------------------------------------------
//Process [viDaysToDraw] number of days (**Sat/Sun is included)
//---------------------------------------------------------------
for(int viDay=0; viDay<viDaysToDraw; viDay++) {
datetime vdDateOfSection = vdCurrentDayStart-(viDay*PERIOD_D1*60); //Get Section MidnightDateTime
datetime vdSectionStart = vdDateOfSection + (viTimeOfDayStartHour*PERIOD_H1*60); //Add Hours to Mark start of section
datetime vdSectionEnd = vdDateOfSection + (viTimeOfDayEndHour *PERIOD_H1*60); //Add Hours to mark End of section
//----------------------------------------------------------------------
//Calculate the number of bars between (inclusive) Start and End time
//----------------------------------------------------------------------
int viSectionEndBarIndex = iBarShift(Symbol(), PERIOD_CURRENT, vdSectionEnd,false);
int viSectionStartBarIndex = iBarShift(Symbol(), PERIOD_CURRENT, vdSectionStart,false);
int viBarCountBtwStartAndEndHour = viSectionStartBarIndex-viSectionEndBarIndex+1;
//-----------------------------------------------------------------
//-----------------------------------------------------------------
//Find the Highest/Lowest Bar index within the Day Section
//-----------------------------------------------------------------
int viSectionHighestBar = iHighest(Symbol(), PERIOD_CURRENT, MODE_HIGH, viBarCountBtwStartAndEndHour, viSectionEndBarIndex);
int viSectionLowestBar = iLowest(Symbol(), PERIOD_CURRENT, MODE_LOW, viBarCountBtwStartAndEndHour, viSectionEndBarIndex);
//-----------------------------------------------------------------
//-----------------------------------------------------------------
//Find the Highest/Lowest Price within the Day Section
//-----------------------------------------------------------------
double viSectionHighestPrice = iHigh(Symbol(), PERIOD_CURRENT, viSectionHighestBar);
double viSectionLowestPrice = iLow( Symbol(), PERIOD_CURRENT, viSectionLowestBar);
//-----------------------------------------------------------------
//-----------------------------------------------------------------
//Add Verbose/Debug Info for display
//-----------------------------------------------------------------
StringAdd(
vsGlobalDebug, "\n[Day" + IntegerToString(viDay) + "]: "
+ "Start: " + TimeToString(vdSectionStart)
+ ",Lowest: " + DoubleToString(viSectionLowestPrice,Digits)
+ ", End: " + TimeToString(vdSectionEnd)
+ ", Highest: " + DoubleToString(viSectionHighestPrice,Digits));
//-----------------------------------------------------------------
//-----------------------------------------------------------------
//Crete Rectangle Object for the Day section
//-----------------------------------------------------------------
string vsObjName = "HLDay" + IntegerToString(viDay);
ObjectCreate(0, vsObjName, OBJ_RECTANGLE, 0, vdSectionStart, viSectionLowestPrice, vdSectionEnd, viSectionHighestPrice);
ObjectSetInteger(0, vsObjName, OBJPROP_COLOR, clrDarkGreen);
ObjectSetInteger(0, vsObjName, OBJPROP_WIDTH, 0);
ObjectSetInteger(0, vsObjName, OBJPROP_BACK, true);
ObjectSetInteger(0, vsObjName, OBJPROP_SELECTABLE, false);
//-----------------------------------------------------------------
}
ChartRedraw();
//-----------------------------------------------------------------
// Show Debug/Verbose Info
//-----------------------------------------------------------------
Comment("\n" + vsGlobalDebug );
}
Disliked{quote} while test this.. think, DSS Bressert Averages will suit you: set up FilterLevel... DSS Bressert Levels AA TT DSS Bressert Levels AA TT cw DSS Bressert Averages AA TT {image} {image} {image} {file} {file} {file}Ignored
Disliked{quote} yess, now i rarely go to russian ForexSystems.. i haven't enough time... {quote} this is bad indicator: it repaints & needs to be rewritten in entirety.. i won't repair it. p.s. Tankk is written w first big letterIgnored
Disliked{quote} Thank you so much! Actually i need only the multi open, cause i already have an Ea which set auto SL and TP. When it is profit of "x" pips, it move auto BE. A good thing that it can be useful for me, is the different set of TP, like first 3 positions will have TP at 20 pips, other 3 to 50 pips, etc. But for now, i can be very happy just with the only multiple positions openerIgnored
Dislikedhello sir I wonder if someone could help me to make this code into Indicator for mt4 I just found this code in stackoverflow website and it is for EA, not indicator, but almost have the same function as I want or maybe someone have made this indicator and if you could, please add other inputs in it : 1. to change the colour of the boxes made between the high and low within the time of start and end 2. to add the price of the high and low in beside those boxes, can choose left or right side of the box (in this EA code, High and low price are made...Ignored
Disliked{quote} Hi Tankk I like how you write code to help people and your straightforwardness. if you are a woman I'm going to ask you to marry me. I'm not a code expert. I like to copy and paste. I'm embarrassed to show you my code. and I write code for people who want to use it as they want. don't want anything else . Sorry for my English . For deleate I copy and little adapt . and I remove indicator all same symbol with this code int deinit2() { long currChart = ChartFirst(); while(true) { if(ChartSymbol(currChart) ==...
Ignored
Disliked{quote} Please i need buy sell alert for the attached when color changed.Thanks{image}{file}Ignored
Disliked@TANKK I could be wrong and bias with the triangles I want to auto construct. But how can anyone here explain why EURCAD is clearly in an uptrend, but RSI suffers so much and land back at same level of 6:15 the decrease started while the price still continues to grow as graph dont lie. What trick is going on? Any mathematician can explain that RSI behavior? UPDT: 19:30 chart time 6 red large spread candle in the last 1h30, enough to tell this market is going down ?!... I have a not ggod sinking feeling when it hits 1.35Ignored
Disliked{quote} i already said: i'm not mathman.. i bad understand why RSI needs triangles!? and how to write them correctly.. also can say, that RSI is one of worst indicators.. this is simple draft for ADX. here are The Trianglesi good understand.. but this is raw code/system still.. yet... {image} {image} {image}
Ignored
Disliked{quote} Hi Clork! I have just finished testing the EA. This EA has only one input parameter: {image}You only input how many trades in total per symbol you want it to place. So, this number includes the trade which you make on your phone. BTW, the EA can not tell if the first trade was by phone or by computer, so this will work on computer, too. When you open a trade on your phone, the EA will open the rest of the trades for the same symbol. The EA can run on only one chart symbol, because it will work for all symbols, so you don't need to put many...Ignored
Disliked{quote} Hi Clork! I have just finished testing the EA. This EA has only one input parameter: {image}You only input how many trades in total per symbol you want it to place. So, this number includes the trade which you make on your phone. BTW, the EA can not tell if the first trade was by phone or by computer, so this will work on computer, too. When you open a trade on your phone, the EA will open the rest of the trades for the same symbol. The EA can run on only one chart symbol, because it will work for all symbols, so you don't need to put many...Ignored
DislikedAnyone here can code or knows about a simple Fibonacci Retracement indicator that stick to each individual chart and don't mix with others, and stays there forever?Ignored
DislikedAlso, is there a percentage ruler out there? The ones I've tried don't work.Ignored
DislikedAnyone here can code or knows about a simple Fibonacci Retracement indicator that stick to each individual chart and don't mix with others, and stays there forever?Ignored