Logic Error - Can't resolve

Login or Register

Please login or register in order to view and post in the Forum.

8 posts / 0 new
Last post
John Moss
Last seen: 7 years 1 week ago
Joined: 12/22/2016 - 16:37
Logic Error - Can't resolve

Training today and am playing with signal markers. As a simple signal I created the following:

RWIL > RWI AND RTX_IsChartmillValue < 0

Signal fails. What I discovered is that if the chartmill value is anything above 0, such as 0.1, it fires just fine. Using less than zero or anything below this kills all signals, even when the condition clearly exists. Ambition in this test model was to use a chartmill value of say -.50. Where am I going wrong? Thanx...

0
cpayne
Last seen: 1 year 1 month ago
Joined: 03/30/2009 - 00:00
Chartmill Value in Signal

I tested this and it worked fine on my end.  Can you share the chart/definition and I'll take a look.

John Moss
Last seen: 7 years 1 week ago
Joined: 12/22/2016 - 16:37
Sent

Not sure If I did this right, can you access definition? I attempted to set up SMTP but have my mail in other computer. Can't re-access SMTP setting in the share dialog so I sent it to the Linnsoft site: Here is the page:

https://www.linnsoft.com/charts/deltadivergencemossmodified-es The signal in question is randomWalkChartmillSell

cpayne
Last seen: 1 year 1 month ago
Joined: 03/30/2009 - 00:00
Chartmill Signal - Wrong RTX

When I imported your chart, the RTX token (in your case, RTX_IsChartmillValue) is setup with RTX Indicator lsSample and not lsChartmillValue.  Is that not the case on your end as well?  See: https://www.screencast.com/t/OzAVA5EQ

If so, double-click on that token in the list on the upper right and change lsSample to lsChartmillValue and specify the preferences.

If it's also setup with Chartmill on your end, it could be that we have an issue with the chart definition and RTX Indicators.  Let me know.

John Moss
Last seen: 7 years 1 week ago
Joined: 12/22/2016 - 16:37
Chartmill

That is what loads... Specifically, when I open the RTX Window, and radio is set to signal, scroll down to RTX, select it, and the box comes up, choose #IsChartmillValue,, and then hit >= to install it into the window, it loads as chartmill on the left and then on the right I get the sample in the name box. I also always get two entries. Might need to screenshare so you can see it. The coding winds up correct and stays that way in the RTL window though...

John Moss
Last seen: 7 years 1 week ago
Joined: 12/22/2016 - 16:37
Stand down

Renaming as you suggested solved the problem... Thank you

John Moss
Last seen: 7 years 1 week ago
Joined: 12/22/2016 - 16:37
User Variables

C#1 AND C#2

I successfully added the C variables into the Token preferences window but can't locate how to set them. I do not see Setup: Preferences: User Variables anywhere nor am I being asked to set them and double clicking on them in the TP window doesn't work either.... Sorry to be a pest :)...

cpayne
Last seen: 1 year 1 month ago
Joined: 03/30/2009 - 00:00
Setting C#1 and C#2 with Button Indicator

The easiest way to set C#1 and C#2 values for a chart is with a char Button Indicator.  Right-click in chart and Add > Button,  Dbl-click on New Button.  Setup Button as you see below for C#1.  Replicate the process again but changing C#1 to C#2 in the two places in Button indicator settings.  Now you can click those buttons to change underlying C#1 or C#2 value.