- Search Crypto Craft
- kourosh1347 replied Feb 3, 2023
It is used in your program . if (!found) { index[count] = pips; counter[i] = 1; count++; Print("count ",count); } Print("count",count); for (i=0;i<count;i++) { if (counter[i] > min) { price = index[i] * Point; name = "----------line---------"+id; ...
I will code your EAs and Indicators for no charge
- kourosh1347 replied Feb 3, 2023
As I have shown, you have a variable called count whose value is equal to 1111 and as a result it draws the same number of lines
I will code your EAs and Indicators for no charge
- kourosh1347 replied Feb 3, 2023
Today is a good time to take good profits during the NFP news I am impatiently waiting for the news. Like this chart
Mysterio's Cable Corner -- Key Levels, Price Action & Order Flow
- kourosh1347 replied Feb 2, 2023
int min = maxcount*Porcent; min /= 100; Print("maxcount="+maxcount+" min="+min); int range = maxcount- min; if (range<5) range=5; id = 0; /////// Print("count",count); //////// for (i=0;i<count;i++) { if (counter[i] > min) { price = index[i] * ...
I will code your EAs and Indicators for no charge
- kourosh1347 replied Feb 2, 2023
used string input input string openLondon="08:00"; input string closeLondon="17:00"; input string openNewyork="13:00"; input string closeNewyork="22:00"; input string openTokyo="00:00"; input string closeTokyo="09:00"; input string ...
I will code your EAs and Indicators for no charge
- kourosh1347 replied Feb 2, 2023
void deleteObj(string name) { int i, ot=ObjectsTotal()-1; string id; //---- for(i=ot; i>=0; i--) { id=ObjectName(i); if(StringFind(id,name,0)>=0) { ObjectDelete(id); } } } int deinit() { //---- deleteObj("---line"); //---- return(0); }
I will code your EAs and Indicators for no charge
- kourosh1347 replied Feb 2, 2023
boxStartShift = iBarShift(NULL,0,tBoxStart); boxEndShift = iBarShift(NULL,0,tBoxEnd); boxHigh = Close[iHighest(NULL,0,MODE_CLOSE,boxStartShift-boxEndShift,boxEndShift)]; boxLow = ...
C-12's PA and Risk Management Tools
- kourosh1347 replied Feb 2, 2023
boxStartShift = iBarShift(NULL,0,tBoxStart); boxEndShift = iBarShift(NULL,0,tBoxEnd); boxHigh = Close[iHighest(NULL,0,MODE_CLOSE,boxStartShift-boxEndShift,boxEndShift)]; boxLow = ...
I will code your EAs and Indicators for no charge
- kourosh1347 replied Feb 2, 2023
void drawBoxOnce ( string objname, datetime tStart, double vStart, datetime tEnd, double vEnd, color c, int width, int style, bool bg ) { Comment(" tStart :",TimeToString(tStart),"vStart : ",vStart,"tEnd ",TimeToString(tEnd), " vEnd:",vEnd); if ...
C-12's PA and Risk Management Tools