- Search Crypto Craft
- ntk replied Sep 13, 2020
Reading his book, there are few unclear points you think I can put on this thread to ask for clarification 1/ in his pivot formula with High, Low Close he meant actually Prev, PyeLow, PreClose; but in his code C means CurrentClose, Low High mean all ...
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied Sep 13, 2020
an other code is iCentralPivotRange seems to be easy only for drawing CPR. so we dont need to transform it to MT4 format iCentralPivotRange
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied Sep 13, 2020
I still have to read that chapter to understand what he talked about develop-CPR
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied Sep 13, 2020
Could you please add iDevPivotRange to your arsenal or let me check those code
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied Sep 13, 2020
For SysDojiRev_v1.2.mq4, all lines in your code matched Frank's logics. I only can not make sense yet of the two lines BEARISH[i]=High[i]+iATR(NULL,0,atrValue,i)*shiftMultiplier; .. BULLISH[i]=Low[i]-iATR(NULL,0,atrValue,i)*shiftMultiplier; .. Here ...
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied Sep 13, 2020
S3 = S1 - (High - Low)= 2*Pivot -High - (High - Low) = 2*Pivot -High - High + Low = 2*Pivot - 2*High + Low = Low +2 (Pivot -High) You do that in aviation you plan would be landing somewhere in Berlin not at Heathrow my friend. EDIT you are right!!!!
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied Sep 13, 2020
with your programming talent you can write all together into one tool. But I understand your current configuration saves you precious trading time, and it does what you want to see. So why not. Apropos, you dont use the source ...
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied Sep 13, 2020
" Ah, I understand now. you use 3x pivotpoinlinesV1.1 to draw separately D, W, M and with the wyatt's pivot you chose 3 days to plot, and using the feature drawing-future-pivot very neat system EDIT: Hummm, but there is a weakness Franlin Ochoa ...
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied Sep 13, 2020
Could you please explain how with PivotPointLines V1.1 the fifthe picture could be produced? I think that picture is a mistaken attachment , as it includes 2 versions of news, volume profile, VPOC, TPO, Value Area and some more other indicators
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied Sep 12, 2020
sorry. I have now found an other indicator which is not so CPU intensive. even the one Kette sent crashed my PC, and it is Intel 5 cores Thank for your help
I will code your EAs and Indicators for no charge
- ntk replied Sep 12, 2020
has anyone seen the layer4 and layer5 (R4,S4,R5,S5) drawn by this pivot-boss-pivots.ex4? It seems to be at the wrong place or is it really defined so? EDIT: I found the answer, we got to remove show camarilla option.
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied Sep 12, 2020
hi, you share these special tools from book about secrets of Pivot boss, could you also share the pivot boss source code too
How to predict markets, Catch the moves at value
- ntk replied Sep 11, 2020
look like DAX could hit 13280 soon, ok ok too optimistic ... but maybe 13250
Trading An Edge...
- ntk replied Sep 11, 2020
OK I understand it sees price level A, it fires an order, you for some reason delete that order, and expect the EA scans the environment again, sees the price and sees there is no order, hence it should send a new order to replace, right?. Computer ...
I will code your EAs and Indicators for no charge
- ntk replied Sep 10, 2020
oops so a shamed from me. Thank you
I will code your EAs and Indicators for no charge
- ntk replied Sep 10, 2020
this wont place any order for you if you just running like this default. Did you receive it with a setting file? The way it works is you can chose between send out what type of order buy stop/ buy limit/ sell stop or sell limit, for example yu ...
I will code your EAs and Indicators for no charge