PureBytes Links
Trading Reference Links
|
Seems like everyone's too interested in the food fight to respond to your
message. I use SuperCharts 2.1 - so I'm not sure I can answer all your
questions correctly. But I'll try best I can.
I think there's a lot you can do with Easy Language under SC4 - even given that
it's somewhat crippled. For example - I think you should be able to write the
kind of system you mentioned below.
I assume that in SuperCharts 4 that you can write you own "User Functions" - and
paste them into your systems. Check and see if I'm right. If you can do that -
then you can write the MACD and MACDMA you want - and paste them into your
system (don't have to do it again and again). The system would read something
like "buy when the MACD crosses" and when the "MACDMA > MACDMA[1]". You'll have
to learn how to write the code - but that's a good thing (who wants to place a
trade without knowing the reason you're placing it).
Anyway - check on the "User Function" capability - and let me know whether you
have it.
By the way - people here are usually pretty helpful when it comes to programming
problems - when they're not distracted by food fights <g>. Robyn
Tom Gibbs wrote:
> Is it possible to learn much about Easy Language using SC4 and the Quick
> Editor? Considering that most of the Indicators, Systems, and Fucntions are
> written with the Power Editor so one cannot open the files up to see how
> they are written. I therefore have no idea what I am getting in a Function
> if I want to include it in a System.
>
> For example if I want to write a System that buys when the MACD 13,34,89
> crosses but only if the slope of the MACDMA (89) is upward. So far I have
> been unsuccessful in using the MACD Function in SC4 for this and have had to
> go to MetaStock and look at there MACD formula, then sort of copy the whole
> thing into SC4 Quick Editor, etc. Kind of cumbersome when SC4 should do it
> easily with its own function.
>
> Am I in a spot where I have to buy TS and use the Power Editor in order to
> operate the Quick Editor in what I would think is a basic level?
>
> I've been reluctant to e-mail to the list because you seem to mostly be
> pretty sophisticated TS users and expected I would get swatted like a
> mosquito.
>
> Tom Gibbs
|