- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
----- Original Message ----- From: John Kosar <jk@xxxxxxxxxxxxx> To: <metastock@xxxxxxxxxxxxxxxxxx> Sent: Saturday, January 08, 2000 12:15 PM Subject: Need Custom Indicator Help I posed this question to the list the other day but I'm not sure if the email made it, so I'm trying again. Can anyone help me with the proper "language" to construct a custom indicator that will plot the difference between the answers of 2 subtraction problems? I have MS 6.52. Here's an example of what I want to do: The difference between (O-H) and (L-C) where the answer to the problem within each parenthesis could be a positive or negative number. Suppose (O-H) and (L-C) was (5-9) and (6-4) which would be (-4) and (2) the difference between them would be 6. This is what I'm trying to plot. The plotted figure could never be less than zero, which would only be ifboth values within the parenthesis were the same. Can anyone help me withthis? Thanks. John jk@xxxxxxxxxxxxx Re: Need Custom Indicator Help · To: <metastock@xxxxxxxxxxxxx> · Subject: Re: Need Custom Indicator Help · From: "Adam Hefner" <vonhef@xxxxxxxxxxxx> · Date: Sat, 8 Jan 2000 10:46:52 -0600 · References: <200001081531.IAA16872@xxxxxxxxxxxxxxxxxx> · Reply-To: metastock@xxxxxxxxxxxxx · Sender: owner-metastock@xxxxxxxxxxxxx John, Hope this will help you: Adam Hefner [16808] |
|
John Kosar Oh:=OPEN-HIGH; Lc:=LOW-CLOSE; Abs(Oh-Lc); |
Source / From: |