- Search Energy EXCH
- 58 Results (1 Threads, 57 Replies)
-
BondHead replied Sep 8, 2021thanks again for confirmation , yes i can see the indicators you use give same signal , beside more signals , but my approach is depend on the market movement between impulsive and pullback moves , or simple meaning market and professional trader ...
Help creating indicator for 4 candles patterns
-
BondHead replied Sep 8, 2021One more entry , here I entered based on the 6th candle as the market is slow and bearish candle range is short and confirmed today entry the person he taught me this is professional trader , he is not using indicator for that but , i though it will ...
Help creating indicator for 4 candles patterns
-
BondHead replied Sep 8, 2021One example in H4 USDCAD , we can see the pattern and i made entry on the 4th candle open and SL above the 2nd candle same example on H1 chart and you can see the entry is better and lower SL
Help creating indicator for 4 candles patterns
-
BondHead replied Sep 8, 2021Thanks for your reply what I am looking for the main point i look is - the candle creating the the Swing High or low - Manually I am using Fractal / or just naked chart - if this candle engulf the previous candles ( only last 2 ) - then we need to ...
Help creating indicator for 4 candles patterns
-
Help creating indicator for 4 candles patterns
Started Sep 7, 2021|Platform Tech|14 replies
Hello Coders can some one help me to create simple indicator to highlight a 4 candles pattern ...
-
BondHead replied Sep 6, 2021Hello Coders can some one help me to create simple indicator to highlight a 4 candles pattern as Follow
I will code your EAs and Indicators for no charge
-
BondHead replied Sep 5, 2021Hello everybody any one have similar indicator do the same click create text and symbols i would like to have mq4 file for indicators like this thanks
I will code your EAs and Indicators for no charge
-
BondHead replied Sep 3, 2021[quote=John4y;13693505] //--------------------------------------------- the problem with Daily , i am using IG broker and they use Sundays as a day , so Monday pivot is calculated based on Sunday , i am trying to exclude the Sundays in calculating ...
I will code your EAs and Indicators for no charge
-
BondHead replied Sep 3, 2021file [quote=John4y;13692917]
I will code your EAs and Indicators for no charge
-
BondHead replied Sep 3, 2021Thanks John , but can you advice me where can i add or replace it with , i am not that good in coding thanks as i use this for input //+------------------------------------------------------------------+ enum timeFrames { Daily = 1, Weekly = 2, ...
I will code your EAs and Indicators for no charge
-
BondHead replied Sep 3, 2021Hello Coders i need some Help please i am using this to define the period in order to calculate the pivot point //+------------------------------------------------------------------+ ENUM_TIMEFRAMES timePeriodConverter() { ENUM_TIMEFRAMES tmf = 0; ...
I will code your EAs and Indicators for no charge
-
BondHead replied Aug 31, 2021nd where exactly should add in which line cause it keep making mistake would it possible to modify this indicator to exclude Sundays , i was trying to modifying it but i keep screw the entire code
I will code your EAs and Indicators for no charge
-
BondHead replied Aug 31, 2021and where exactly should add in which line
I will code your EAs and Indicators for no charge
-
BondHead replied Aug 31, 2021ENUM_TIMEFRAMES timePeriodConverter() { ENUM_TIMEFRAMES tmf = 0; if(TimePeriod == Daily) tmf= PERIOD_D1; if(TimePeriod == Weekly) tmf = PERIOD_W1; if(TimePeriod == Monthly) tmf = PERIOD_MN1; return(tmf); } i am using tgis code to define the period ...
I will code your EAs and Indicators for no charge
-
BondHead replied Aug 30, 2021Please coders this 3rd time to post this request and no reply for yes / no would it be possible to exclude Sunday data , in calculating the daily pivot ( Monday pivot , based on Friday data ) appreciated your reply
I will code your EAs and Indicators for no charge
-
BondHead replied Aug 26, 2021i would appreciated some help here , this is normal pivot point indicators based on Floor calculation i would ask for help if some one would adjust the calculation for Daily pivot to exclude the Sunday data ( Monday pivot would be based on Friday ...
I will code your EAs and Indicators for no charge
-
BondHead replied Jul 5, 2021Hello people , any one can exclude Sunday calculation for daily pivots thanks in advance
I will code your EAs and Indicators for no charge
-
BondHead replied Jul 5, 2021Hello Everyone any one have the original Wyatt pivot for 2015 or 2.1 , with no Sunday calculation especially for daily calculation thanks a lot
The Best Pivot Points Indicator Ever