Disliked{quote} Hello, try this one, please in the future this thread am trying to keep it only for Jurik type indicator stuff. {image} {file}Ignored
Thank you so much for your support once again.
Custom Indicators vs. Technical Indicators 6 replies
Lagging Indicators -vs- Leading Indicators 48 replies
Jurik Moving Average 13 replies
jurik syntax question 1 reply
Jurik indicators... 4 replies
Disliked{quote} Hello, try this one, please in the future this thread am trying to keep it only for Jurik type indicator stuff. {image} {file}Ignored
Disliked{quote} Thank you so much for your response and support, I have downloaded it and tested it and seen I have a similar type here already, the only issue I have with the one you sent now and the type I already have is the price selection options available, it only gives you close/close and high/low price options, please I want it modified to have the price options individually like close, high, low, median, weighted, typical, open or if possible the heiken ashi advanced prices and better formula, I don't want the close/close and high/low option, I...Ignored
enum enPrices
{
pr_close, // Close
pr_open, // Open
pr_high, // High
pr_low, // Low
pr_median, // Median
pr_typical, // Typical
pr_weighted, // Weighted
pr_average, // Average (high+low+open+close)/4
pr_medianb, // Average median body (open+close)/2
pr_tbiased, // Trend biased price
pr_tbiased2, // Trend biased (extreme) price
pr_hl, // High/Low
pr_oc, // Open/Close
pr_haclose, // Heiken ashi close
pr_haopen, // Heiken ashi open
pr_hahigh, // Heiken ashi high
pr_halow, // Heiken ashi low
pr_hamedian, // Heiken ashi median
pr_hatypical, // Heiken ashi typical
pr_haweighted, // Heiken ashi weighted
pr_haaverage, // Heiken ashi average
pr_hamedianb, // Heiken ashi median body
pr_hatbiased, // Heiken ashi trend biased price
pr_hatbiased2, // Heiken ashi trend biased (extreme) price
pr_hahl, // Heiken ashi High/Low
pr_haoc, // Heiken ashi Open/Close
pr_habclose, // Heiken ashi (better formula) close
pr_habopen, // Heiken ashi (better formula) open
pr_habhigh, // Heiken ashi (better formula) high
pr_hablow, // Heiken ashi (better formula) low
pr_habmedian, // Heiken ashi (better formula) median
pr_habtypical, // Heiken ashi (better formula) typical
pr_habweighted, // Heiken ashi (better formula) weighted
pr_habaverage, // Heiken ashi (better formula) average
pr_habmedianb, // Heiken ashi (better formula) median body
pr_habtbiased, // Heiken ashi (better formula) trend biased price
pr_habtbiased2, // Heiken ashi (better formula) trend biased (extreme) price
pr_habhl, // Heiken ashi (better formula) High/Low
pr_haboc // Heiken ashi (better formula) Open/Close
};
input enPrices inpPrice = pr_typical; // Price Disliked{quote} It has 38 price options available in the drop down to choose from, that is all I can do. enum enPrices { pr_close, // Close pr_open, // Open pr_high, // High pr_low, // Low pr_median, // Median pr_typical, // Typical pr_weighted, // Weighted pr_average, // Average (high+low+open+close)/4 pr_medianb, // Average median body (open+close)/2 pr_tbiased, // Trend biased price pr_tbiased2, // Trend biased (extreme) price pr_hl, // High/Low pr_oc, // Open/Close pr_haclose, // Heiken ashi close pr_haopen, // Heiken ashi open pr_hahigh, // Heiken...Ignored
Disliked{quote} Thanks for your response, please kindly go ahead and input them, thanks once againIgnored
Disliked{quote} It is already there; you click on the internal parameters you click on price right under time frame and by default it is showing typical price if you click on that you will have a drop-down box to choose the price type you want to use.Ignored
Disliked{quote} Once again thank you for your response and sorry for disturbing you this much, but there was no indicator attached to your response there, it was just codes and I don't know how to input the codes you wrote there or even know what to do with ithttps://www.forexfactory.com/thread/...6#post15518486
Ignored
Disliked{quote} It is already included in the version I did for you here Jurik indicators | Page 25 | Forex Factory {image}Ignored
Disliked{quote} Hello, try this one, please in the future this thread am trying to keep it only for Jurik type indicator stuff. {image} {file}Ignored
Disliked{quote} Good day mrtools, wishing you a prosperous and happy new year, thank you once again for your support and kindness, can you please add or restore the Average period and MA method options in the indicator you initially helped me modify(StepMa (mtf + candles).ex5 ){image} I will be very grateful for thishttps://www.forexfactory.com/thread/...7#post15518317
Ignored
Disliked{quote} Added the averages, just for explanation the prices are different than the last version, you will have to manually choose the type of upper (high) and lower (low) prices to use. {image} {file}Ignored