- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
[RT] Re: WinMidas system formulae for MetaStock * To: realtraders@xxxxxxxxxxxxxxx * Subject: [RT] Re: WinMidas system formulae for MetaStock * From: fsimms@xxxxxxx * Date: Sat, 23 Jun 2001 11:39:06 US/Central * Delivered-To: mailing list realtraders@xxxxxxxxxxxxxxx * List-Unsubscribe: <mailto:realtraders-unsubscribe@xxxxxxxxxxxxxxx> * Mailing-List: list realtraders@xxxxxxxxxxxxxxx; contact realtraders-owner@xxxxxxxxxxxxxxx * Reply-To: realtraders@xxxxxxxxxxxxxxx Attached is a chart that shows how I use Midas in Metastock. I created an indicator that I call Count: Cum( 1) I plot that in a window. I then plot OBV in another window. I use the crosshairs cursor to see what the value of count is at the point I want to put the Midas curve. I then plot the Midas indicator on the price chart and input the count number. This is the Midas code that I use: |
|
WinMidas - Count days := Input("Days",10,5000,100); Cum(If(Cum(1)<days,0,MP()*V))/Cum(If(Cum(1)=1,1,If(Cum(1)<days,0,V))) |
Source / From: | |