Edit Your Comment
how to draw an arrow indicator on the chart?
Jun 29, 2015 at 14:54
तबसे मेंबर है Jun 28, 2015
3 पोस्टों
hi guys, i just turned to calgo from mt4 platform. While recently i wanna to write a little simple arrow indicator just like the "fractal indicator" in mt4/5, which would draw a series of arrows on the chart to show the potential entry points. However there is no such an "arrow type" in the class PlotType in cAlgo.API. How am i going to build such an indicator? i would really appreciate your advice😳.😳😳
Jun 30, 2015 at 13:36
तबसे मेंबर है Jun 28, 2015
3 पोस्टों
yourne posted:
hi guys, i just turned to calgo from mt4 platform. While recently i wanna to write a little simple arrow indicator just like the "fractal indicator" in mt4/5, which would draw a series of arrows on the chart to show the potential entry points. However there is no such an "arrow type" in the class PlotType in cAlgo.API. How am i going to build such an indicator? i would really appreciate your advice😳.😳😳
//update in 6.30
well i found that to draw a histogram line in the specific bar on the main chart basically equals drawing an arrow in the same position. but when i add an chart instance, the scale just went extremely wrong, no matter what value i set to the histogram.
तबसे मेंबर है Sep 05, 2013
49 पोस्टों
Jun 30, 2015 at 23:32
तबसे मेंबर है Sep 05, 2013
49 पोस्टों
SetIndexStyle(0,DRAW_ARROW); //,STYLE_SOLID,4);
SetIndexBuffer(0,SigArrow00);
SetIndexStyle(1,DRAW_ARROW); //,STYLE_SOLID,4);
SetIndexBuffer(1,SigArrow10);
the trick is to put a switch in that only shows Arrow on a signal and not every bar.
“Everybody should have a dream. What if that dream comes true?” – Jack Ma
तबसे मेंबर है Sep 05, 2013
49 पोस्टों
Jun 30, 2015 at 23:34
तबसे मेंबर है Sep 05, 2013
49 पोस्टों
unless you have a scale with a zero a histogram takes two buffers
“Everybody should have a dream. What if that dream comes true?” – Jack Ma

*व्यवसायिक इस्तेमाल और स्पैम को ब्रदाश नहीं किया जाएगा, और इसका परिणाम खाता को बन्द करना भी हो सकता है.
टिप: किसी चित्र या यूट्यूब या URL को पोस्ट करने से वे अपने आप आपके पोस्ट में आजाएगा!
टिप: @ चिन्ह को टाइप करें उपभोगता के नाम को अपने आप करने के लिए जो इस चर्चा में भाग ले रहा है.