Trades About to Happen: A Modern Adaptation of the Wyckoff Method (Wiley Trading)
Back to the book
Trades About to Happen: A Modern Adaptation of the Wyckoff Method (Wiley Trading)
Individual order
ISBN:
9780470487808
Availability:
Author
David H. Weis
Format
Paperback
Number of pages
224
Publisher
Wiley
Size
16x2.5x23.1
Year of publication
2013
Weight
0.35kg
Delivery terms
Please read the terms of delivery
Read more
About the book
Reviews (0)
About the book Trades About to Happen: A Modern Adaptation of the Wyckoff Method (Wiley Trading)
Price and volume analysis is one of the most effective approaches to market analysis. It was pioneered by Richard Wyckoff, who worked on Wall Street during the golden age of technical analysis.
Other books by the authorDavid H. Weis
Trades About to Happen: A Modern Adaptation of the Wyckoff Method (Wiley Trading)
Book reviews Trades About to Happen: A Modern Adaptation of the Wyckoff Method (Wiley Trading) (0 reviews)
+ Добавить отзыв
$('.add_reve').on('click', function(e){
jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500);
e.preventDefault();
});
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//-->