The Only Pivot - page 88

 

Me Too SHort on GJ : 235.39

Can you tell me about the exits ?

 
stevenali:
well

like just before

i SELL GBPJPY at 235.40

SELL EURJPY at 163.67

what do say about GBP/USD? Is that sell as well? I think it is going down already.

thanks

forexwealth

 
ForexWealth:
what do say about GBP/USD? Is that sell as well? I think it is it is going down already.

thanks

forexwealth

sorry

do not play gbpusd

 

Steve,

how do you plan your exit for GJ short ? we are at daily pivot now

 

closed all

gbjpy at 234.42

ej at 163.13

congratulations to you all

 

Me too,

i closed bit early i think for 96 Green pips @ 234.43

 
TimeFreedom:
I have had a number of request for my template and indicators. Enclosed you will find my template and indicators for The Only Pivot strategy. TimeFreedom

hello,

I think this is a good setup.

Could you please improve TheOnlyPivot_Level.mq4 enable to shift the time.

My broker's time isn't GMT.

Do you understand what Iwant to say? Sorry,I'm not English.

Thank you

 
teri:
hello,

I think this is a good setup.

Could you please improve TheOnlyPivot_Level.mq4 enable to shift the time.

My broker's time isn't GMT.

Do you understand what Iwant to say? Sorry,I'm not English.

Thank you

I dont have learned computer programing yet.

After I looked at TheOnlyPivot_Level.mq4 vaguely, I changed script to be able to change opening time tirresponsibly.

Is this right?

#property copyright "Poul Trade Forum"

#property link "http://forex.kbpauk.ru/"

#property indicator_chart_window

//#property indicator_separate_window

#property indicator_buffers 1

#property indicator_color1 Teal

//---- input parameters

//---- buffers

extern string Font = "Arial Bold";

extern int FontSize = 12;

extern int Timeshift;

double PBuffer[];

double OP;

double x;

//+------------------------------------------------------------------+

//| Custor indicator deinitialization function |

//+------------------------------------------------------------------+

int deinit()

{

ObjectDelete("Open Price");

//----

return(0);

}

//+------------------------------------------------------------------+

//| Custom indicator initialization function |

//+------------------------------------------------------------------+

int init()

{

//---- indicator line

SetIndexStyle(0, DRAW_LINE, 0, 3, Teal);

SetIndexBuffer(0, PBuffer);

//---- name for DataWindow and indicator subwindow label

IndicatorShortName("TheOnlyPivot_Level");

SetIndexLabel(0, "TheOnlyPivot_Level");

//----

SetIndexDrawBegin(0,1);

//----

return(0);

}

//+------------------------------------------------------------------+

//| Custom indicator iteration function |

//+------------------------------------------------------------------+

int start()

{

int counted_bars = IndicatorCounted();

int limit, i;

//---- indicator calculation

if(counted_bars == 0)

{

x = Period();

if(x > 240) return(-1);

//ObjectCreate("Open Price", OBJ_TEXT, 0, 0, 0);

//ObjectSetText("Open Price", " OP", FontSize, Font, White);

}

if(counted_bars < 0) return(-1);

//---- last counted bar will be recounted

// if(counted_bars>0) counted_bars--;

limit = (Bars - counted_bars) - 1;

//----

for(i = limit; i >= 0; i--)

{

if (TimeDayOfWeek(Time)!=0)// This if fix mondays.

{

if(TimeDay(Time) != TimeDay(Time))

{

OP = Open;

//----

ObjectMove("Open Price", 0, Time, OP);

}

}// This if fix mondays.

PBuffer = OP;

}

//----

return(0);

}

//+------------------------------------------------------------------+

 

TimeFreedom

Can you modify the alert to also provide the currency pair on the popups?

Thanks,

ET

 

steve, are you short ?

Reason: